POST api/viewing/{viewingFeedbackId}/feedbacknotified?type={type}¬ifiedDate={notifiedDate}&negIds[0]={negIds[0]}&negIds[1]={negIds[1]}
Record that the feedback for a Viewing was notified to the vendor.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| viewingFeedbackId |
viewing feedback id |
integer |
Required |
| type |
Task type for how vendor was communicated e.g. TelephoneCall etc (pass null to use the default VendorNotified type) |
string |
None. |
| notifiedDate | date |
None. |
|
| negIds | Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |